#promotions .kp-btn-next,
#promotions .kp-btn-prev{
    position: absolute; top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 5; font-size: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 40px; height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex; align-items: center;
    transition: .3s ease-in-out;
cursor: pointer;
}
#promotions .kp-btn-next{ right: 8px; }
#promotions .kp-btn-prev{ left:  8px; }
#promotions .kp-btn-next:before,
#promotions .kp-btn-prev:before{
    content:''; display:inline-block;
    width: 10px; height: 10px;
    position: relative; top: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    visibility: visible;
    transition: .3s ease-in-out;
    margin: 0 auto;
}
#promotions .kp-btn-prev:before{ left:  2px; transform: rotate(-45deg); }
#promotions .kp-btn-next:before{ left: -2px; transform: rotate(135deg); }

#promotions .swiper-button-disabled{ opacity: 0.35; pointer-events: none; }

#promotions .kp-pagination{
    text-align: center; 
    margin: 0; 
    padding-top: 16px;
    position: relative; 
    bottom: 0;
}
#promotions .kp-pagination .swiper-pagination-bullet{
    display: inline-block;
    font-size: 0; 
    line-height: 0; 
    padding: 0; 
    cursor: pointer;
    margin: 0 4px;
    outline: none;
    width: 8px; 
    height: 8px;
    border-radius: 8px;
    background: #ddd; 
    opacity: 1;
    transition: .3s ease-in-out;
}
#promotions .kp-pagination .swiper-pagination-bullet-active{
    background: #00A94F; opacity: 1; width: 24px;
}

@media screen and (max-width: 1024px){
    #promotions .kp-btn-next,
    #promotions .kp-btn-prev{ width: 35px; height: 35px; display: none; }
}

@media screen and (min-width: 200px){
#promotions.sc-promotion{
    overflow: hidden; 
    position: relative;
}
#promotions.sc-promotion .bg{
    content: ''; 
    position: absolute; 
    z-index: 0; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    mix-blend-mode: luminosity;
    background-size: cover; 
    background-position: center top;
    background-repeat: no-repeat; 
    pointer-events: none;
}
#promotions.sc-promotion .sc-inner{
    padding: 40px 0 48px; 
    position: relative; 
    z-index: 3;
}
#promotions.sc-promotion .sc-heading .title{
    line-height: 1.5em; 
    margin-bottom: 0; 
    color: #111;
}
#promotions.sc-promotion .h2.title {
    margin-bottom: 32px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
}

/* ----- promotion-list ----- */
#promotions .promotion-list{ position: relative; overflow: visible; }
#promotions .promotion-list .kp-pagination{ padding-top: 16px; }
#promotions .promotion-list .swiper-slide{ width: auto; }
#promotions .promotion-list .wrapper{
    max-width: 300px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.10);
    border-radius: 8px;
    position: relative;
}
#promotions .promotion-list .thumb{
    max-width: 300px; 
    width: 100%; 
    position: relative;
    border-radius: 8px 8px 0 0; 
    z-index: 20; 
    overflow: hidden;
}
#promotions .promotion-list .thumb img{ width: 100%; display: block; }
#promotions .promotion-list .content{
    width: 100%; 
    height: auto; 
    display: flex; 
    flex-direction: column;
    justify-content: space-around;
    padding: 18px 24px 24px;
    background: rgba(255,255,255,1);
    border-radius: 0 0 8px 8px;
}
#promotions .promotion-list .content h3{
    color: #111;
    font-size: 18px; 
    font-style: normal; 
    font-weight: 600;
    margin: 0 0 10px;
    height: 2.9em; 
    overflow: hidden;
    display: -webkit-box; 
    line-height: 1.5em;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
#promotions .promotion-list .content small{
    font-size: 13px;
        font-weight: 500;
    color: #666; 
    margin-bottom: 24px;
    line-height: 1.5em;
        min-height: 1.5em;
}
#promotions .promotion-list .content .c-g{
    font-size: 16px;
    font-weight: 500;
    color: #666; 
    margin: 0;
    height: auto; 
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
    display: -webkit-box; 
    line-height: 1.4em;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
}
#promotions .promotion-list .content .action{ margin-top: 32px; text-align: left; }
#promotions .promotion-list .content .action .btn{
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    width: 100%; 
    height: 44px;
    font-size: 18px;
}
#promotions .promotion-list .content .link-mb-only{ display: none; }
#promotions .promotion-thumb{
    position: relative; 
    display: none;
    margin: 0 -16px; 
    padding: 40px 0 0;
}
#promotions .promotion-thumb .swiper-wrapper{
    width: auto; 
    margin: 0 auto;
}
#promotions .promotion-thumb .thumb{
    border-radius: 8px; 
    overflow: hidden;
    transition: .3s ease-in-out;
    transform: scale(1.0);
    background-color: #fff;
    cursor: pointer;
    width: 121px;
}
#promotions .promotion-thumb .thumb > img{
    width: 100%;
    display: block;
    transition: .3s ease-in-out;
}
#promotions .promotion-thumb .swiper-slide .thumb > img{ opacity: 0.5; }
#promotions .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb{ transform: scale(1.05); }
#promotions .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img{ opacity: 1; }
#promotions .btn{
    padding: 0 32px; 
    width: auto; 
    min-width: 120px;
    font-weight: 600;
    border: 0;
    font-size: 16px; 
    height: 48px;
    /* background: transparent;  */
    /* color: #666; */
    display: inline-flex; 
    justify-content: center; 
    align-items: center;
    text-align: center; 
    border-radius: 8px;
    transition: .3s ease-in-out; 
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden; 
    position: relative; 
    z-index: 1;
}
#promotions .btn.btn-primary{
    background: #00A94F;
    color: #fff;
    transition: all .8s, color .3s .3s;
}
#promotions .btn.btn-primary:hover{
    background: #007938; color: #fff;
}
}

@media screen and (min-width: 768px){
    #promotions.sc-promotion .sc-inner{ padding: 64px 0; }
    #promotions .promotion-list .content h3{ font-size: 20px; margin-bottom: 8px; }
}

@media screen and (min-width: 992px){
#promotions .promotion-list{
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.10);
    border-radius: 8px; 
    overflow: hidden;
}
#promotions .promotion-list .wrapper{
    display: flex; 
    flex-wrap: nowrap; 
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none; 
    border-radius: 0;
}
#promotions .promotion-list .thumb{
    width: 200%; 
    max-width: 580px;
    border-radius: 8px 0 0 8px;
}
#promotions .promotion-list .content{
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 348px;
}
#promotions .promotion-list .content .c-g{
    height: auto; 
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-line-clamp: 4;
}
#promotions .promotion-list .content .action .btn{ width: auto; }
#promotions .promotion-list .kp-pagination{ display: none; }
#promotions .promotion-list .kp-btn-next,
#promotions .promotion-list .kp-btn-prev{ top: 55%; }
#promotions .promotion-list .kp-btn-next{ right: 8px; }
#promotions .promotion-list .kp-btn-prev{ left:  8px; }

#promotions .promotion-thumb{
    display: flex; 
    position: relative;
    max-width: 887px; 
    margin: 0 auto;
    overflow: hidden;
}
#promotions .promotion-thumb .swiper-slide{
    opacity: 0; 
    pointer-events: none;
}
#promotions .promotion-thumb .swiper-slide.swiper-slide-visible{
    opacity: 1;
    pointer-events: visible;
}
#promotions .promotion-thumb .swiper-slide.swiper-slide-visible:last-child {
    margin-right: 0 !important;
}
}

@media screen and (min-width: 1200px){
#promotions .promotion-list .wrapper{ max-width: 1140px; }
#promotions .promotion-list .thumb{
    -webkit-box-flex: 0; 
    flex: 0 0 auto;
    width: auto; 
    max-width: 700px;
}
#promotions .promotion-list .content{
    padding: 48px 56px 56px;
    height: 420px;
    max-width: 440px; 
    min-width: 440px;
}
#promotions .promotion-thumb .swiper-slide:hover .thumb{
    transform: scale(1.05);
}
}

@media (max-width: 767px){
    /* #promotions .promotion-list .content .action .btn{ 
        display: none; 
    } */
    #promotions .promotion-list .content .link-mb-only{
        display: inline-block;
        color: #00A94F; 
        font-weight: 600;
        text-decoration: underline;
        margin-top: 8px;
    }
}
#promotions-slide .swiper-wrapper:has(> .swiper-slide:only-child) ~ .kp-btn-next,
#promotions-slide .swiper-wrapper:has(> .swiper-slide:only-child) ~ .kp-btn-prev,
#promotions-slide .swiper-wrapper:has(> .swiper-slide:only-child) ~ .kp-pagination {
    display: none !important;
}

#promotions-thumb .swiper-wrapper:has(> .swiper-slide:only-child) {
    display: none !important;
}
#promotions-thumb:has(.swiper-wrapper > .swiper-slide:only-child) {
    display: none !important;
}

.mfp-bg {
    opacity: 0.8 !important;
}

.mfp-popup-promotion .sc-popup-promotion .sc-heading{
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    gap: 8px; 
    margin-bottom: 32px; 
    text-align: left;
}
.mfp-popup-promotion .sc-popup-promotion .sc-heading .title{
    font-size: 28px; 
    font-weight: 600; 
    line-height: 1.5em;
    color: #111; 
    margin: 0;
}
.mfp-popup-promotion .sc-popup-promotion .sc-heading .desc{
    font-size: 18px; 
    font-weight: 600; 
    color: #00A94F; 
    margin: 0;
}
.mfp-popup-promotion .sc-popup-promotion .sc-heading .date{
    font-size: 16px; 
    font-weight: 500; 
    color: #00A94F; 
    margin: 0;
}

.mfp-popup-promotion .sc-popup-promotion .accordion-group .accordion-block{
    margin-bottom: 16px;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-title{
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: #666;
    font-size: 16px; 
    font-weight: 600; 
    line-height: 1.5em;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-title::after{
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    color: #00a94f;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-title.active::after{
    content: "\e910";
    color: #fff;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-title:hover{
    color: #fff; 
    background: #00A94F;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-title:hover::after{ color: #fff; }
.mfp-popup-promotion .sc-popup-promotion .accordion-title.active{
    color: #fff; 
    background: #00A94F;
    border-radius: 8px 8px 0 0;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content{
    display: none;
    padding: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content p{
    line-height: 1.6; 
    color: #333; margin: 0 0 8px;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content ul{
    margin: 0 0 0 1.2em; 
    padding: 0;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content ul li{
    list-style: disc; 
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content ol{
    margin: 0 0 0 1.5em; 
    padding: 0;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content ol li{
    list-style: decimal; 
    color: #333;
    font-size: 16px; 
    line-height: 1.8;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content .warning-tip-wrapper{
    border-top: 1px solid #ececec;
    padding-top: 16px; 
    margin-top: 16px;
}
.mfp-popup-promotion .sc-popup-promotion .accordion-content .warning-tip-wrapper p{
    font-size: 13px;
    line-height: 1.5;
}
.mfp-popup-promotion .mfp-container .mfp-content{
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    max-width: 1000px;
    max-height: fit-content;
    height: auto;
    margin-top: 60px;
    padding: 48px;
}
.mfp-popup-promotion .mfp-close{
    width: 40px !important; 
    height: 40px !important;
    background-color: #00a950 !important; 
    color: #fff !important;
    top: -15px !important; 
    right: -15px !important;
    border-radius: 50%;
    opacity: 1 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center; 
    justify-content: center;
}
.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after{
    content: ''; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0;
        right: 0;
    width: 18px;
    height: 2px; 
    background-color: var(--cr-light); 
    margin: auto; 
    transition: var(--transition);
}
.mfp-popup-promotion .mfp-close::before{ transform: rotate(45deg); }
.mfp-popup-promotion .mfp-close::after { transform: rotate(-45deg); }

/* QR entry */
.mfp-popup-promotion .sc-popup-promotion .dt-entry{
    background: linear-gradient(135deg, #00A94F, #007938);
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    margin-top: 24px;
}
.mfp-popup-promotion .sc-popup-promotion .qr-desc{
    font-size: 22px;
    font-weight: 600; 
    color: #fff; 
    margin: 0 0 16px;
}
.mfp-popup-promotion .sc-popup-promotion .qr-code-container{
    display: grid; 
    grid-template-columns: 1fr 200px;
    gap: 24px; 
    align-items: center;
}
.mfp-popup-promotion .sc-popup-promotion .qr-code-area{
    background: #fff; 
    padding: 12px; 
    border-radius: 8px;
    width: 180px; 
    aspect-ratio: 1; 
    margin-left: auto;
}
.mfp-popup-promotion .sc-popup-promotion .qr-code-area img{ width: 100%; height: 100%; }
.mfp-popup-promotion .sc-popup-promotion .btn{
    display: inline-block;
    background: #fff; 
    color: #00A94F;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600; 
    margin-top: 12px;
    cursor: pointer; 
    text-decoration: none;
}

@media (max-width: 767px){
    .mfp-popup-promotion .mfp-container .mfp-content{
        margin: 0; 
        padding: 90px 16px 16px;
        max-width: 100%; 
        min-height: 100vh;
        border-radius: 0;
    }
    .mfp-popup-promotion .sc-popup-promotion .sc-heading {
        margin-bottom: 16px;
    }
    .mfp-popup-promotion .sc-popup-promotion .sc-heading .title {
        font-size: 20px;
    }
    .mfp-popup-promotion .sc-popup-promotion .sc-content ol {
        padding-left: 16px;
    }
    #promotions-slide .swiper-wrapper > .swiper-slide:only-child {
        display: flex;
        justify-content: center;
    }
    .mfp-popup-promotion .mfp-close{ top: 16px !important; right: 16px !important; }
    .mfp-popup-promotion .sc-popup-promotion .qr-code-container{ grid-template-columns: 1fr; }
    .mfp-popup-promotion .sc-popup-promotion .qr-code-area{ margin: 0 auto; }
    .mfp-mobile-header {
        width: 100%;
        height: 72px;
        background: #fff;
        position: fixed;
        top: 0;
        margin-left: -16px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    }
    .icw .wrapepr-textlink {
        word-wrap: break-word;
    }
}

.mfp-popup-promotion.mfp-wrap,
.mfp-popup-promotion .mfp-container,
.mfp-popup-promotion .mfp-content {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mfp-popup-promotion.mfp-wrap::-webkit-scrollbar,
.mfp-popup-promotion .mfp-container::-webkit-scrollbar,
.mfp-popup-promotion .mfp-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
@media (max-width: 767px) {
    .mfp-popup-promotion .mfp-container .mfp-content {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .mfp-popup-promotion .mfp-container .mfp-content::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    .mfp-wrap {
        z-index: 99999;
    }
    #promotions .promotion-list .wrapper,
    #promotions .promotion-list .thumb {
        max-width: 328px;
    }
    #promotions.sc-promotion .h2.title {
        margin-bottom: 24px;
    }
    #promotions .promotion-list .kp-pagination {
        padding-top: 24px;
    }
    #promotions.sc-promotion .sc-inner {
        padding: 40px 0;
    }
    #promotions .promotion-list .content .c-g {
        -webkit-line-clamp: 3;
        line-height: 1.5;
        max-height: 74px;
    }
}